home *** CD-ROM | disk | FTP | other *** search
- /* At-Rules */
- @charset "iso-8859-1";
-
-
- /* author: Johanne ChainĪ
- Creation date: 11/6/2006 */
- html, body { height: 100%; }
-
- table, td, span {font-family: arial, tahoma; font-size: 30px; color: rgb(100,100,100);}
-
- a:link {color: rgb(0,0,0); text-decoration: none;}
- a:visited {color: rgb(98,98,98); text-decoration: none;}
- a:hover {color: rgb(0,0,230); text-decoration: underline;}
- a:active {color: rgb(0,0,0); text-decoration: none;}
-
- .info {
- color: rgb(255,255,255);
- }
- .title {
- font-size: 50px;
- font-weight: bold;
- padding-left: 4px;
- padding-right: 4px;
- color: rgb(100, 100, 100);
- }
- .artist {
- font-size: 35px;
- font-weight: bold;
- padding-left: 4px;
- padding-right: 4px;
- color: rgb(160,160,160);
- }
- .tracka {
- font-weight: bold;
- padding-left: 4px;
- padding-right: 4px;
- color: rgb(160,160,160);
- }
- .trackb {
- font-weight: bold;
- padding-left: 4px;
- padding-right: 4px;
- color: rgb(100,100,100);
- }
- .album {
- max-height: 100%;
- }
-
- /* End of style section. Generated by AceHTML at 11/6/2006 1:30:30 PM */